X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=init%2Finit;h=6448bd65829558b2bf19c535b1f6c4fe3fa93bb4;hb=b94399bd48eaa7b022bf031279c9543c10487bcd;hp=bf114bcd87918ac4ad52c4b83c8d6c6c9ecd0a14;hpb=5da8c1db8a4e690a1e55ce5375d42054b869b735;p=rrq%2Ftiniest.git diff --git a/init/init b/init/init index bf114bc..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 <