Skip to content

Commit

Permalink
Also allowing /dev/vd* to be used as swap devices and drop /dev/hd*.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-baumann committed Jun 5, 2012
1 parent 155d730 commit f4d4be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initramfs-tools/scripts/live-bottom/12fstab
Expand Up @@ -48,7 +48,7 @@ if [ -n "${LIVE_SWAPON}" ]
then
devices=""

for device in /dev/[hs]d[a-z][0-9]*
for device in /dev/[sv]d[a-z][0-9]*
do
if ! [ -b "${device}" ]
then
Expand Down

0 comments on commit f4d4be1

Please sign in to comment.