Magellan Linux

Contents of /trunk/mkinitrd-magellan/nash/sample-rc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 8 months ago) by niro
File size: 264 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

1 #!nash
2
3 # this is a comment
4 echo "hello"
5 echo "hello world" > foo
6 echo "hi" "there" everyone
7
8 insmod /lib/modules/2.4.0-0.36/kernel/drivers/usb/storage/usb-storage.o 'foo=bar' "bell=hops"
9
10 mount -t ext2 /dev/hda1 /boot
11
12 losetup /dev/loop0 /tmp/bootnet.img
13

Properties

Name Value
svn:executable *