
Instead of having everything in the root directory, split them in seperate directories (appliances, scripts, & configs). This makes things a little tidier. Also added a now Makefile target, appliance-list, that prints a list of the available appliances. The split directory change made this easier.
5 lines
181 B
Plaintext
5 lines
181 B
Plaintext
# <fs> <mountpoint> <type> <opts> <dump/pass>
|
|
/dev/sda1 / ext4 noatime 1 1
|
|
none /sys sysfs defaults 0 0
|
|
/.swap none swap sw 0 0
|