summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoru <u@billy>2023-11-17 13:23:26 -0500
committeru <u@billy>2023-11-17 14:38:55 -0500
commit53602a78a8f743dd1e17f186cc19d89e7a83b9aa (patch)
tree3645e7d524e2d2386da789c856643eb2050d19e9
parent43e191d583023fe5dc5cbaa70e7cd8363624e20a (diff)
remove cruft
-rwxr-xr-xsrc/initrd/menu-select3
-rwxr-xr-xsrc/partvi2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/initrd/menu-select b/src/initrd/menu-select
index 9730c09..450369b 100755
--- a/src/initrd/menu-select
+++ b/src/initrd/menu-select
@@ -61,8 +61,9 @@ hwclock_to_system()
61 hwclock --hctosys 61 hwclock --hctosys
62} 62}
63 63
64chvt 1 64clear >/dev/tty1
65echo -n "Samizdat is attempting to load the root filesystem..." >/dev/tty1 65echo -n "Samizdat is attempting to load the root filesystem..." >/dev/tty1
66chvt 1
66case "$1" in 67case "$1" in
67 boot-ram) 68 boot-ram)
68 read _ memtotal_kb _ < /proc/meminfo 69 read _ memtotal_kb _ < /proc/meminfo
diff --git a/src/partvi b/src/partvi
index e81799d..0a24602 100755
--- a/src/partvi
+++ b/src/partvi
@@ -316,8 +316,6 @@ sanity_check()
316shopt -s nullglob 316shopt -s nullglob
317PATH=/sbin:$PATH 317PATH=/sbin:$PATH
318 318
319: ${GRUB_CONFIG:=../conf/grub.cfg}
320samizdat_linux_dir=/
321builddir=_build 319builddir=_build
322 320
323if [ "$UID" = 0 ] 321if [ "$UID" = 0 ]