From: Ralph Ronnquist Date: Sun, 5 Nov 2023 11:17:50 +0000 (+1100) Subject: Minor cleanup X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=9ae68a6213c2181b33f3bc18e21c294445047b2d;hp=141a9dc5e0adf2ffa431643d4561170c2c1b5bc4;p=rrq%2Ftiniest.git Minor cleanup --- diff --git a/init/init b/init/init index 018a78b..6448bd6 100644 --- a/init/init +++ b/init/init @@ -5,19 +5,17 @@ echo echo "Starting..." echo -mkdir /cdrom -mkdir /target +mkdir /cdrom /target /mnt for M in proc:/proc devtmpfs:/dev devpts:/dev/pts sysfs:/sys ; do mkdir -p ${M##*:} mount -t ${M%%:*} ${M%%:*} ${M##*:} done -for M in ata_piix sd_mod sr_mod isofs vfat xhci-pci usb_storage ; do - modprobe $M - sleep 1 -done - +modprobe loop max_part=15 +cat <